.. _`Table to Text`: .. _`org.sysess.sympathy.data.text.table2text`: Table to Text ````````````` .. image:: table2text.svg :width: 48 Convert Table to Text concatenating all rows of the selected column. Documentation ::::::::::::: Convert the selected `Table` column to `Text`, by concatenating all rows. The column must be of text type. Before concatenating, the delimiter is inserted in-between rows. Definition :::::::::: Input ports ........... **table** table Table with input Text Output ports ............ **text** text Output Text Configuration ............. **Delimiter** (delimiter) Choose delimiter, a character sequence to separate the rows **Column name** (name) Specify name for input column. Examples ........ * :download:`Table2Text.syx ` Implementation .............. .. automodule:: node_text2table :noindex: .. class:: Table2Text :noindex: